if(_root.CacheCloche.hitTest(_root.Meg._x,_root.Meg._y,true) and eval("/Variables:ObjetSelect") == 3 and Key.isDown(Key.SPACE) and eval("/Variables:FeuLance") == false and eval("/Variables:GardesPris") == false)
{
set("/Variables:FeuLance",true);
tellTarget("_root.Animatiques")
{
gotoAndStop("AllumeFeu");
}
}
if(_root.CacheCloche.hitTest(_root.Meg._x,_root.Meg._y,true) and eval("/Variables:GardeDedans") == true and Key.isDown(Key.SPACE) and eval("/Variables:GardesPris") == false)
{
set("/Variables:GardesPris",true);
tellTarget("_root.GardeDerriere")
{
gotoAndStop("Pris");
}
tellTarget("_root.Animatiques")
{
gotoAndStop("Cloche");
}
}
if(_root.CacheCorde.hitTest(_root.Meg._x,_root.Meg._y,true) and eval("/Variables:CordeRamasse") == false and Key.isDown(Key.SPACE))